Welcome![Sign In][Sign Up]
Location:
Search - event class

Search list

[Dialog_WindowvbToolTips

Description: 一个VB环境下使用的自绘气泡提示,自绘的ToolTips(注解清楚),使用到两个模块:一个是cToolTips通用气泡模块,对指定句柄生成气泡并重绘。气泡部分采用最简单的代码,重绘也只是最简单的一个背景+边框,形状做了更改,消息钩子用的是老马修改的,其实也就是加了一个返回,中间我只改了一些;另一个模块是cSubClass,通用子类化模块,拦截本进程指定句柄的消息,从CSDN里找到的,内嵌汇编技术实现单个类模块子类化...牛啊!我添加了一个事件返回,让这个类模块可以方便地实现封装-Used in a VB environment, tips, self-painted bubble annotations clearly self-painted ToolTips (), use of two modules: a cToolTips generic bubble module, specify the handle to generate bubbles and redraw. Bubble part of the most simple code to redraw only the most simple background+ border, shape changes, the news hook is the horse to modify, in fact, that is, plus a return, in the middle I just changed Another module is the module of cSubClass common subclass to intercept the process specified handle messages from CSDN found, inline assembly to achieve a single class module subclass ... Niua I added an event back to make this module can be easily implemented package
Platform: | Size: 12288 | Author: | Hits:

[JSP/JavaChatRoom

Description: 实现了java环境下一对一的私人聊天功能-import java.io.* import java.awt.* import java.awt.event.* import javax.swing.* import java.net.* public class ChatClient implements ActionListener { private Panel panel private JTextArea said private JTextField chat private JButton send private ServerSocket server private Socket s private InputStream in private OutputStream out public ChatClient() { JFrame f=new JFrame("聊天系统客户机端") f.setSize(350,400) panel=new Panel() said=new JTextArea() chat=new JTextField(20) chat.addActionListener(this) send=new JButton("发送") send.addActionListener(this) panel.add(chat) panel.add(send) f.add("South",panel) f.add("Center",said) f.addWindowListener(new WindowAdapter() { public void windowClosing(WindowEvent e) { System.exit(0) } }) f.show() } public void startN
Platform: | Size: 6144 | Author: gddjq | Hits:

[Software Engineeringserial

Description: 1.建立项目 2.在项目中插入MSComm控件 3.利用ClassWizard定义CMSComm类控制变量 4.在对话框中添加控件 5.添加串口事件消息处理函数OnComm() 6.打开和设置串口参数 7.发送数据 -(1) the establishment of Item 2. Into the MSComm control in the project. Control variable 4. Use ClassWizard defined CMSComm class to add controls in the dialog box to add a serial event message processing function of the OnComm () 6. Open and set the serial parameters. Send data
Platform: | Size: 25600 | Author: super | Hits:

[CSharpFindHelper

Description: HtmlElement控件控制类,可模拟控件操作事件-Class of the HtmlElement control control, analog control operation event
Platform: | Size: 1024 | Author: lj | Hits:

[JSP/JavaJS_Progress

Description: 8款JavaScript实现的进度条,都有使用样例,代码实现精简,使用简单,类弄多样,有面页自动加载触发,有提交表单按钮事件触发。外观美观,值的参考!~-8 JavaScript implementation progress bar has to use the sample code to achieve streamlined, simple to use, Lane diverse class, face page loaded automatically trigger the submit form button event trigger. Attractive appearance, the reference value! ~
Platform: | Size: 12288 | Author: Andy | Hits:

[Dialog_Windowvb.Rar

Description: VB仿写的iphone说说发表器,以手机浏览器的样式展现,实则调用ieFrame.dll实现。   mSkinner.bas类的用法:在需要更改按钮外观的窗体的Load事件中加入 Attach Me.hwnd更改按钮外观,Unload事件中加入 Detach Me.hwnd 还原按钮外观。-VB the Imitative the iphone talk about the the published mobile browser style show, actually call ieFrame.dll achieve. usage: In mSkinner.bas class in the form' s Load event that you need to change the appearance of buttons added Attach Me.hwnd Change button appearance added Unload event a Detach Me.hwnd restore the appearance of buttons.
Platform: | Size: 138240 | Author: mft | Hits:

[Internet-Network20121002-UDPSocket

Description: 带事件很使用的UDPSocket,本代码提供了一个UDP通信类,使用非常方便-With the event is used UDPSocket, the code provides the a UDP communication class, very easy to use
Platform: | Size: 3798016 | Author: jjccbb | Hits:

[OtherXiangQi

Description: 中国象棋打谱软件提供给用户的一个能将对弈过程保存成文件 并可以重新演示对弈过程 即复盘。 主要功能有: 1. 制作棋谱, 2. 保存棋谱, 3. 演示棋谱. Chess类,190行代码。这个类主要功能是对整个窗体功能的实现,包括菜单、菜单的事件、把JPanel加到窗体的内容面板上,以及窗体属性的设置。 ChessBoard类,457行代码。这个类是主要的类,包含paint()方法用来画整个面板,以及鼠标的事件监听。 ChessPiece类,68行代码。这个类是棋子的类,包含棋子的各个属性 ChessPoint类,132行代码。这个类主要用来定位棋子的,也就是根据鼠标的坐标,通过这个类来计算鼠标现在在第几行,第几列。这样就可以定位棋子了。 Demo类,32行代码。这个类是用来演示棋谱的类。 MakeChessManual类,52行代码。这个类主要是用来记录走棋记录的。 Rule类,370行代码。这个类是用来判断规则的。-Chinese chess DaPu software give the user a will save to file and the process of the game to demo game process that is checking. Main functions are: 1. Make moves, 2. Save moves, 3. Demo moves. Chess classes, 190 lines of code. This class is the main function of the realization of the function of the whole form, including menu, menu of the incident, the JPanel added to form content panel, and form attribute Settings. ChessBoard classes, 457 lines of code. This class is the main class, including paint () method is used to draw the entire panel, and the mouse event listeners. ChessPiece classes, 68 lines of code. This class is the class pieces, including pieces of each attribute ChessPoint classes, 132 lines of code. This class is mainly used for positioning pieces, namely according to the coordinates of the cursor, through this class to calculate the mouse is now in which line, which column. So you can position the pieces. Demo classes, 32 lines of code. This class is used to demon
Platform: | Size: 8192 | Author: 苏南生 | Hits:

[Consoleevsem

Description: class for thread synchronization using Event Semaphores in C-class for thread synchronization using Event Semaphores in C++
Platform: | Size: 2048 | Author: kop | Hits:

[OtherCPPGUIPQt4program

Description: 本书详细讲述了用最新的Qt版本进行图形用户界面应用程序开发的各个方面。前5章主要涉及Qt基础知识,后两个部分主要讲解Qt的中高级编程,包括布局管理、事件处理、二维/三维图形、拖放、项视图类、容器 类、输入/输出、数据库、多钱程、网络、XML、国际化、嵌入式编程等内容。对于本书讲授的大量。4编程原理和 实践,都可以轻易将其应用于Qt4.4、Qt4.5以及后续版本的Qt程序开发过程中。 本书适合对Qt编程感兴趣的程序员以及广大计算机编程爱好者~读,也可作为相关机柏的培训I[教材。-The book is a detailed account of all aspects of the graphical user interface application development using the latest version of Qt. The first five chapters mainly related to the Qt basics, the latter two part explain the major the Qt' s senior programming, including layout management, event processing, 2D/3D graphics, drag and drop, in view class container class, input/output, database, much money away, networking, XML, international, embedded programming content. For the book taught. Programming principles and practice, can be easily applied to Qt4.4, Qt4.5 and subsequent versions of Qt application development process. The book is suitable for Qt programming of interest to programmers as well as the majority of computer programming enthusiasts to read, but also as a the related machines Cedar training I [textbooks.
Platform: | Size: 35707904 | Author: Lin da | Hits:

[Other Embeded program2007-Mgzine-Localization-Systems-for-WSN-Wireless

Description: Monitoring applications define an important class of applications used in wireless sensor networks. In these applications the network perceives the environment and searches for event occurrences (phenomena) by sensing different physical properties, such as temperature, humidity, pressure, ambient light, movement, and presence (for target tracking). In such cases the location information of both phenomena and nodes is usually required for tracking and correlation purposes. In this work we summarize most of the concepts related to localization systems for WSNs as well as how to localize the nodes in these networks (which allows the localization of phenomena). By dividing the localization systems into three distinct components — distance/angle estimation, position computation, and localization algorithm — besides providing a didactic viewpoint, we show that these components can be seen as subareas of the localization problem that need to be analyzed and studied separately.
Platform: | Size: 134144 | Author: ginanjar | Hits:

[Process-ThreadMultiThreadWorker

Description: Class MultiThreadWorkers<T> is generic class that used to queue works in definable thread counts. T is type of data and its event based
Platform: | Size: 1024 | Author: babakgh | Hits:

[Other Gamespingtu

Description: 执行本实例后,用鼠标拖动选中的小图片进行拼接,可以拼成一幅完整的图片。本实例的知识点有:鼠标事件的监听,Graphics类和Image类的应用。-After the implementation of this instance, use the mouse to drag the selected image stitching can be taped together to form a complete picture. Knowledge in this instance: the mouse event listener, Graphics, and Image class.
Platform: | Size: 818176 | Author: wangshaoxian | Hits:

[androidAndroidImitateLetao

Description:  Android仿乐淘的应用程序分析源码,仿乐淘应用客户端的程序源码,为您编写其它类似的购物应用起到帮助作用,通过这个并不复杂的应用实例,你可以了解一些Android的编程技巧,比如:底部菜单栏点击事件效果设置,模仿从服务器加载数据时的虚拟进度条,通过线程来循环调用进度条,底部菜单模块ListView监听器、获取ListView的数据,继承Activity类可以使用此类的方法,该类提供整个项目中Activity所使用到的公共方法,该类中全属于公共方法.集成该类可以使用等-Android the imitation music Amoy application source analysis, imitation music Amoy application client program source code, you write like shopping applications play a helpful role, not complicated application instance, you can learn some Android programming skills For example: the bottom of the menu bar, click on the event is set to imitate the virtual progress bar when the data is loaded from the server, call progress bar to loop through the thread, the bottom of the menu module ListView listener for the ListView data inheritance Activity class can use such methods class provides public methods of Activity used throughout the project, all belong to the public. integrated such class can use
Platform: | Size: 920576 | Author: pudn1338 | Hits:

[CSharpCSharp

Description: 1.C#和.NET Framework简介 Z.C#基础语法 3.面向对象概念和C#类的概念 4.类成员详解 5.创建和自定义类型 6.方法、委托、事件的创建和使用 7.常用类讲解(string,数组,集合,泛型)-1.C# and. NET Framework Introduction to the basic syntax of ZC# 3. Oriented objects concept and the concept of the C# class 4 class members detailed to create and custom type 6. Methods, commissioned the creation of the event and use 7 commonly used class to explain (string, array, collection, generics)
Platform: | Size: 430080 | Author: zhiwenshu | Hits:

[OtherCSharpeReference

Description: Grant Palmer著,在微软为.NET Framework推出的各种语言中,综合了Visual Basic的高效性和C/C++的强大功能的C#己成为最受青睐的语言。其现代、简单、完全面向对象和类型安全的特性使它成为下一代的分布式应用程序的主流开发语言。本书对C#的主要功能和核心类库提供了一个快速的参考。本书讲述了各种C#概念和特性,如类型系统、运算符、局部变量、数组、类、结构、枚举、字段、方法、属性、委托、事件、属性标志、系统类、集合、反射和正则表达式等。全书章节段落结构清楚,内容简明,切中要点,反映了作者多年的编程经验。本书适合于需要C#语言和NET Framework类库的快速参考的程序员和希望通过代码示例学习编程的程序员阅读。-Grant Palmer, in Microsoft NET Framework launch a variety of languages, a combination of powerful C# in Visual Basic and C/C++ has become the most popular language. Its modern, simple and completely object-oriented and type-safe features make it the mainstream development language for the next generation of distributed applications. The book provides a quick reference to the main functions and core class libraries for C#. The book tells the various C# concepts and features, such as the type system, operator, local variables, arrays, classes, structures, enumerations, fields, methods, properties, commissioned event, attribute flags, system, collection, reflection and regex. Clear The book chapters paragraph structure, content concise and to the point, reflecting the author' s many years of programming experience. This book is suitable for the needs of the programmers of the C# language and a quick reference NET Framework Class Library and want to learn programming programmers to read
Platform: | Size: 12181504 | Author: 肖泽云 | Hits:

[Linux-Unixancestormovemonitor

Description: Class which installs a global event filter, and listens for move events which may affect the absolute position of widgets registered with the monitor for Linux.
Platform: | Size: 2048 | Author: munveihun | Hits:

[Linux-UnixAPICast

Description: Class which installs a global event filter, and listens for move events which may affect the absolute position of widgets registered with the monitor for Linux.First un-register the target, in case this is being called as a result of re-parenting. This is not the most efficient way to update the target hash, but since this is not likely to be a frequent operation, simplicity is preferred over outright speed. In any case, re-parenting of the video widget leads to re-creation of native windows, which is likely to take far more processing than any implementation of this // function for Linux. -Class which installs a global event filter, and listens for move events which may affect the absolute position of widgets registered with the monitor for Linux.First un-register the target, in case this is being called as a result of re-parenting. This is not the most efficient way to update the target hash, but since this is not likely to be a frequent operation, simplicity is preferred over outright speed. In any case, re-parenting of the video widget leads to re-creation of native windows, which is likely to take far more processing than any implementation of this // function for Linux.
Platform: | Size: 2048 | Author: kodenggu | Hits:

[JSP/JavaJiSuanQi

Description: java实现计算器,import java.awt.* import java.awt.event.* import javax.swing.* public class JiSuanQi { Frame f Label lab Button[] bt=new Button[29] JTextField t StringBuffer str //显示屏所显示的字符串 double x,y //x和y都是运算数 int z //Z表示单击了那一个运算符.0表示"+",1表示"-",2表示"*",3表示"/" static double m //记忆的数字 JiSuanQi() {-java implementation calculator, import java.awt.* import java.awt.event.* import javax.swing.* public class JiSuanQi {Frame f Label lab Button [] bt = new Button [29] JTextField t StringBuffer str //display character string displayed double x, y //x and y are the operands int z //Z represents an operator clicks that 0 means " +" , 1 indicates " -" , 2 is " *" , 3 is " /" static double m //number in memory JiSuanQi () {
Platform: | Size: 2048 | Author: 郭涛涛 | Hits:

[Windows DevelopDiceRoller

Description: 骰子滚动计划,有利于DMs,球员,或任何人,想把一些骰子。我写的对我的掌上电脑,但是代码应该工作如果你将其粘贴到一个Windows窗体的项目。对于那些正在学习,这个项目显示:1)简单的类写一个有构造函数,方法,和一些属性。数据封装(对象数据只能通过属性以外的对象)。2)类的实例化和使用在程序的主要来源。3)超载事件处理程序(看看mnuQuickRoll_Click和选项点击)。4)使用StringBuilder类(有用,因为它不会创建一个新的字符串对象只要文字发生变化)。 -Dice rolling plan, help DMs, players, or anyone else, want to change some dice. I wrote on my Pocket PC, but the code should work if you paste it into a Windows Forms project. For those who are learning, this project shows: 1) write a simple class constructors, methods, and some properties. Data encapsulation (object data objects outside only through attributes). 2) the class to instantiate and use the main source in the program. 3) Overload event handler (see mnuQuickRoll_Click and options click). 4) using the StringBuilder class (useful because it does not create a new string object as long as the text changes).
Platform: | Size: 871424 | Author: 蓝色风暴 | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 »

CodeBus www.codebus.net